Android Emulators(AVD) Setup -Step by Step

What is Android Emulator or AVD?

The Android Emulator or AVD (Android Virtual Device) that helps you to simulates Android devices on your computer so that you can test your application on a variety of devices and Android API levels without needing to have each physical device. The emulator provides almost all of the capabilities of a real Android device. 

How to create and manage virtual devices?

  • To setup the AVD, follow the following steps:
  • Step 1:
    • Select Tools > AVD Manager.
    • Click AVD Manager  in the toolbar.
How to create and manage virtual devices?
Step 1
  • Step 2: Click Create Virtual Device, at the bottom of the AVD Manager dialog. The Select Hardware page appears.
How to create and manage virtual devices?
Step 3
  • Step 3 : Select a hardware profile, and then click Next.
How to create and manage virtual devices?
Step 3
  • Step 4: Select the system image for a particular API level, and then click Next.
How to create and manage virtual devices?
Step 4
  • Step 5: The Verify Configuration page appears.
    • Set a name of AVD and other relevant information.
How to create and manage virtual devices?
Step 5
  • Step 6: List of all available AVDs will be displayed. Select a device and press start button to launch AVD.
    • Choosing the pen button you may edit the hardware and configuration profile of existing AVD.
How to create and manage virtual devices?
Step 6
  • Step 7: After some processing time it will launch your configured AVD on Screen.
How to create and manage virtual devices?
Android Virtual Device

Related posts